Struct TopicMetadata
Namespace:RdKafka
Assembly:cs.temp.dll.dll
Syntax
public struct TopicMetadata
Properties
Error
Declaration
public ErrorCode Error { get; set; }
Returns
| Type | Description |
|---|---|
| ErrorCode |
Partitions
Declaration
public List<PartitionMetadata> Partitions { get; set; }
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<PartitionMetadata> |
Topic
Declaration
public string Topic { get; set; }
Returns
| Type | Description |
|---|---|
| System.String |